123456789101112131415161718192021 |
- // #loginLayout {
- // @extend .customInputPage;
- // }
- .page {
- height: 100%;
- display: flex;
- flex-direction: column;
- background-image: url("/login/header.png");
- background-size: 100% auto;
- background-repeat: no-repeat;
- }
- .tabItem {
- border-bottom: 2px solid transparent;
- padding-bottom: 0.04rem;
- &.active {
- border-bottom: 2px solid #11de68;
- span {
- color: #11de68;
- }
- }
- }
|